home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / FD1 < prev    next >
Text File  |  1998-02-12  |  863b  |  30 lines

  1. /* $VER: FD1 1.1 (12.2.98)
  2.  *
  3.  * X file system entry
  4.  *
  5.  * This mount file enables reading and writing of disks
  6.  * on the floppy drive normally referred to as DF1:.
  7.  * FD0 does the same for DF0. By creating new versions of this
  8.  * file and changing the Unit line to use other numbers, you
  9.  * can make the X file system available on other devices. For
  10.  * example, changing the value of Unit to 2 would create a
  11.  * mount file for accessing floppies on DF2.
  12.  */
  13.  
  14. FileSystem     = L:xfsd
  15. Device         = fd.device
  16. Unit           = 1
  17. Flags          = 0xFF000000 /* mounts all volumes on wb, see mount.xfsd */
  18. Surfaces       = 2
  19. BlocksPerTrack = 11
  20. Reserved       = 0
  21. Interleave     = 0
  22. LowCyl         = 0
  23. HighCyl        = 79
  24. Buffers        = 15
  25. BufMemType     = 1
  26. StackSize      = 16000
  27. Priority       = 8
  28. GlobVec        = -1
  29. DosType        = 0x58465344 /* 'XFSD' */
  30.